home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CEBCollaborator.h
-
- Interface for EBCollaborator class - the Event Broadcaster.
-
- SUPERCLASS = CCollaborator
-
- Copyright © 1992 Joe Zobkiw. All rights reserved.
-
- ******************************************************************************/
-
- #define _H_CEBCollaborator
-
- //
- // reasons
- //
-
- #define kEventRecordReason 1
-
-
- #include "CCollaborator.h"
-
- class CEBCollaborator : public CCollaborator
- {
-
- public:
- void IEBCollaborator (void);
- void BroadcastEvent(EventRecord *macEvent);
- };